home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / HeadInspector.subproj / ArticleHeaderController.h next >
Encoding:
Text File  |  1996-01-30  |  174 b   |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface ArticleHeaderController:Object
  5. {
  6.     id    theText;
  7.      id    currentArticle;
  8.      id    window;
  9. }
  10.  
  11. - init;
  12. - windowDidUpdate:sender;
  13. - window;
  14. @end
  15.